home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter9 / trackbar.h < prev    next >
Text File  |  1995-10-30  |  687b  |  24 lines

  1. #define IDM_EXIT           100
  2. #define IDM_RESET          200
  3. #define IDM_PROPERTIES     201
  4. #define IDM_ABOUT          300
  5.  
  6. #define IDC_LINESIZE       101
  7. #define IDC_TICKFREQ       102
  8. #define IDC_PAGESIZE       103
  9. #define IDC_POS            104
  10. #define IDC_THUMBSIZE      105
  11. #define IDC_RANGE1         106
  12. #define IDC_RANGE2         107
  13. #define IDC_SEL1           108
  14. #define IDC_SEL2           109
  15.  
  16. #define IDC_TRACKBAR       110
  17.  
  18. #define DLG_VERFIRST        400
  19. #define DLG_VERLAST         404
  20.  
  21. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  22. LRESULT CALLBACK Options(HWND, UINT, WPARAM, LPARAM);
  23. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  24.